@charset "utf-8"; /* CSS Document *//* 首页 - 开始 */

.index-service-list {
    margin: 18px  auto;
    position: relative;
    margin-bottom: 32px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    width: 1300px;
}

.index-service-list:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c2c2c2;
}

.index-service-list .single {
    float: left;
    width: 284px;
    height: 136px;
    padding-top: 24px;
    padding-left: 40px;
    border-left: 1px solid #c2c2c2;
    background-color: #fff;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
}

.index-service-list .single:hover {
    background-color: #f8f4e8;
}

.index-service-list .single .box-wrap {
    overflow: hidden;
}

.index-service-list .single .box-wrap .box {
    padding-left: 76px;
    margin-left: -70px;
    background-repeat: no-repeat;
    background-position: 0 8px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;


}

.index-service-list .single .box-wrap .box .tag {
    font-size: 36px;
    font-weight: normal;
    line-height: 50px;
    color: #b7a36a;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    display: inline;
}

.index-service-list .single .box-wrap .box .en {
    font-size: 12px;
    line-height: 18px;
    color: #b7b7b7;
}

.index-service-list .single .box-wrap .box .ch {
    font-size: 20px;
    line-height: 26px;
    color: #727272;
}

.index-service-list .single:hover {
    background-color: #f8f4e8;
}

.index-service-list .single:hover .box-wrap .box {
    margin-left: 0;
}

.index-service-list .single:hover .box-wrap .box .tag {
    color: #9a0f0f;
}



